projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebebbe4
)
Remove an unused variable
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Jun 2011 02:57:35 +0000
(22:57 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Jun 2011 02:57:35 +0000
(22:57 -0400)
gtk/gtktoolbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolbar.c
b/gtk/gtktoolbar.c
index 6abec0c925f11a55c49b7b4a54ff4f907579d8c0..fc687c8d1e32b137c1eae2e28dc441cc86bd3e4a 100644
(file)
--- a/
gtk/gtktoolbar.c
+++ b/
gtk/gtktoolbar.c
@@
-117,7
+117,6
@@
struct _GtkToolbarPrivate
GdkWindow *event_window;
- GList *children;
GList *content;
GTimer *timer;
@@
-3138,7
+3137,6
@@
gtk_toolbar_finalize (GObject *object)
}
g_list_free (priv->content);
- g_list_free (priv->children);
g_timer_destroy (priv->timer);